home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / otb110_2.zip / OLDTIME.BAT < prev    next >
DOS Batch File  |  1995-11-14  |  665b  |  43 lines

  1. echo off
  2.  
  3. if exist *.swp del *.swp 
  4. if exist first.tmp del first.tmp
  5. if exist last.tmp del last.tmp
  6.  
  7. if exist oldtime.cfg goto frontend
  8. setup
  9.  
  10. :frontend
  11. echo Old Time Baseball ver 1.00a
  12. call checkcd.bat
  13. checkmem %1
  14. if errorlevel 1 goto end2
  15.  
  16. :main
  17. set DOS4GVM=SWAPINC#1024
  18. main %1  
  19. if errorlevel 8 goto end
  20. if errorlevel 6 goto draft
  21. if errorlevel 3 goto bb
  22. goto end
  23.  
  24. :draft 
  25. set DOS4GVM=SWAPINC#1024
  26. draft %1 
  27. if errorlevel 8 goto end
  28. if errorlevel 1 goto main
  29. goto end
  30.  
  31. :bb
  32. set DOS4GVM=VIRTUALSIZE#32768 SWAPINC#1024
  33. bb %1 
  34. if errorlevel 8 goto end
  35. if errorlevel 1 goto main
  36. goto end
  37.  
  38. :end
  39. set DOS4GVM=
  40. mode co80
  41.  
  42. :end2
  43.